home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / FASTFILE / MAKEFILE < prev    next >
Encoding:
Text File  |  1996-08-28  |  484 b   |  16 lines

  1. all: debug
  2.  
  3. debug : debug.mak
  4. retail : retail.mak
  5. clean : clean.mak
  6.  
  7. debug.mak retail.mak clean.mak:
  8.         @echo ******************************
  9.         @echo *** Building fastfile.lib ***
  10.         @echo ******************************
  11.         @nmake /nologo /f fastfile.vc $(@B)
  12.         @echo ************************************
  13.         @echo *** Building ffcreate.exe ***
  14.         @echo ************************************
  15.         @nmake /nologo /f ffcreate.vc $(@B)
  16.